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
One character has bad case:Savedlg::OpenDialog (in save .src)
thank you Sapero ;)
seems like its case sensitive ... :P
While Aurora itself is not case sensitive, I believe the linker is. (I don't know a lot about the compilation-linking process.)
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.