April 24, 2024, 06:34:19 PM

News:

Own IWBasic 2.x ? -----> Get your free upgrade to 3.x now.........


strange linker error

Started by ExMember001, June 16, 2007, 07:11:08 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ExMember001

June 16, 2007, 07:11:08 PM Last Edit: June 16, 2007, 07:12:53 PM by KrYpT
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

sapero

One character has bad case:Savedlg::OpenDialog (in save .src)

ExMember001

thank you Sapero ;)
seems like its case sensitive ...  :P

Bruce Peaslee

While Aurora itself is not case sensitive, I believe the linker is. (I don't know a lot about the compilation-linking process.)
Bruce Peaslee
"Born too loose."
iTired (There's a nap for that.)
Well, I headed for Las Vegas
Only made it out to Needles

Ionic Wind Support Team

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.
Ionic Wind Support Team