Heah everyone,  Still having issues with building on .Net and VS6.

At least I got farther on.net, I don't have the errors with me, but there
were over 2,000 errors with .net, what it was doing was: when it was trying
to link at the end of the build, just about every function came up with:
   Unresolved external link or Unresolved external function Basically the
linker couldn't find the function names in the scope.. don't know if y'all
have seen this on .net

Now with VS6, it's a lot different, I'm still having "BUILD" errors, not
linking errors.. here are the errors I'm getting with 6:

F:\MyProjects\mahogany\M\src\gui\wxDialogLayout.cpp(229) : error C2039:
'GetStringArray' : is not a member of 'wxArrayString'
        f:\myprojects\wxwindows\include\wx\arrstr.h(83) : see declaration
of 'wxArrayString' F:\MyProjects\mahogany\M\src\gui\wxDialogLayout.cpp(791)
: error C2039: 'GetStringArray' : is not a member of 'wxArrayString'
        f:\myprojects\wxwindows\include\wx\arrstr.h(83) : see declaration
of 'wxArrayString' wxFolderTree.cpp
F:\MyProjects\mahogany\M\src\gui\wxFolderTree.cpp(1319) : error C2664:
'SetId' : cannot convert parameter 1 from 'int' to 'const class
wxTreeItemId &'         Reason: cannot convert from 'int' to 'const class
wxTreeItemId'         No constructor could take the source type, or
constructor overload resolution was ambiguous
F:\MyProjects\mahogany\M\src\gui\wxFolderTree.cpp(2304) : error C2664:
'GetFolderTreeNode' : cannot convert parameter 1 from 'long' to 'const
class wxTreeItemId &'         Reason: cannot convert from 'long' to 'const
class wxTreeItemId'         No constructor could take the source type, or
constructor overload resolution was ambiguous
F:\MyProjects\mahogany\M\src\gui\wxFolderTree.cpp(2306) : error C2664:
'GetItemText' : cannot convert parameter 1 from 'long' to 'const class
wxTreeItemId &'         Reason: cannot convert from 'long' to 'const class
wxTreeItemId'         No constructor could take the source type, or
constructor overload resolution was ambiguous
F:\MyProjects\mahogany\M\src\gui\wxFolderTree.cpp(2313) : error C2664:
'SetItemText' : cannot convert parameter 1 from 'long' to 'const class
wxTreeItemId &'         Reason: cannot convert from 'long' to 'const class
wxTreeItemId'         No constructor could take the source type, or
constructor overload resolution was ambiguous
F:\MyProjects\mahogany\M\src\gui\wxFolderTree.cpp(2322) : error C2679:
binary '=' : no operator defined which takes a right-hand operand of type
'long' (or there is no acceptable conversion) wxSubfoldersDialog.cpp
AdbFrame.cpp F:\MyProjects\mahogany\M\src\adb\AdbFrame.cpp(1770) : error
C2664: 'Remove' : cannot convert parameter 1 from 'unsigned int' to 'const
char *'         Conversion from integral type to pointer type requires
reinterpret_cast, C-style cast or function-style cast
F:\MyProjects\mahogany\M\src\adb\AdbFrame.cpp(1771) : error C2664: 'Remove'
: cannot convert parameter 1 from 'unsigned int' to 'const char *'
        Conversion from integral type to pointer type requires
reinterpret_cast, C-style cast or function-style cast
F:\MyProjects\mahogany\M\src\adb\AdbFrame.cpp(2464) : error C2039:
'SetItemSelectedImage' : is not a member of 'wxAdbTree'
        F:\MyProjects\mahogany\M\src\adb\AdbFrame.cpp(521) : see
declaration of 'wxAdbTree'

Sorry for the long message, but you all said you wanted the errors.. there
they are.. I dunno if somehow the .dsw/.dsp files got corrupted.. But....
that's what I'm getting.

I have it working like a champ on Linus, in fact I'm using it on linux to
send this message.. 

:)

Thanks for all the help guys.. 

Dave



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Mahogany-Developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-developers

Reply via email to