IonicWind Software

Aurora Compiler => Coding Help - Aurora 101 => Topic started by: ExMember001 on June 16, 2007, 07:11:08 PM

Title: strange linker error
Post by: ExMember001 on June 16, 2007, 07:11:08 PM
I'm getting a strange linker error: Unresolve external Savedlg@Opendialog(CWINDOW *parent)
if i uncomment the line 310 of Popotte.src

i use the same pattern for another class and it works (livres.src)
what am i doing wrong?

you can find the project attached to this post
Title: Re: strange linker error
Post by: sapero on June 17, 2007, 03:12:06 AM
One character has bad case:Savedlg::OpenDialog (in save .src)
Title: Re: strange linker error
Post by: ExMember001 on June 17, 2007, 10:14:25 AM
thank you Sapero ;)
seems like its case sensitive ...  :P
Title: Re: strange linker error
Post by: Bruce Peaslee on June 17, 2007, 12:28:51 PM
While Aurora itself is not case sensitive, I believe the linker is. (I don't know a lot about the compilation-linking process.)
Title: Re: strange linker error
Post by: Ionic Wind Support Team on June 17, 2007, 02:13:11 PM
Yes function (method) names between object files are case sensitive.  While I can make the linker case-insensitive it would cause problems linking to C object files where Blah and blah are two different functions.

Paul.