Topic: Please help with Borland C++ product
Author: Carlos Vaquerizo Jimeno <carlos@b12sg1.cnb.uam.es>
Date: 1995/05/22 Raw View
>
>Linker Error: Undefined symbol OwlMain(int,char far*far*) in library file
>C:\BC4\LIB\owlwi.lib in module winmain
>
>I have no idea what the hell is going on!
Try this
OwlMain( int , char ** )
{
....
}
Carlos :-)
--
___________________________________________________________________
| | |
| carlos@b12sg1.cnb.uam.es | Carlos Vaquerizo Jimeno |
| carlos@samba.cnb.uam.es | Centro Nacional de Biotecnologia. CSIC |
| http://indy.cnb.uam.es/ | Cantoblanco Madrid SPAIN |
-------------------------------------------------------------------
Author: Carlos Vaquerizo Jimeno <carlos@b12sg1.cnb.uam.es>
Date: 1995/05/22 Raw View
>
>Linker Error: Undefined symbol OwlMain(int,char far*far*) in library file
>C:\BC4\LIB\owlwi.lib in module winmain
>
>I have no idea what the hell is going on!
Try this
OwlMain( int , char ** )
{
....
}
Carlos :-)
--
___________________________________________________________________
| | |
| carlos@b12sg1.cnb.uam.es | Carlos Vaquerizo Jimeno |
| carlos@samba.cnb.uam.es | Centro Nacional de Biotecnologia. CSIC |
| http://indy.cnb.uam.es/ | Cantoblanco Madrid SPAIN |
-------------------------------------------------------------------
Author: dbernard@aicpa.org (David V. Bernardo)
Date: 1995/05/18 Raw View
I'm trying to use this thing, which I "inherited" from a friend and for
which there is no manual. Upon trying to get a simple program to run (It
prints something to the screen), I get the following error:
Linker Error: Undefined symbol OwlMain(int,char far*far*) in library file
C:\BC4\LIB\owlwi.lib in module winmain
I have no idea what the hell is going on!
Please help and please mail requests as I do not read this group often.
Thank You
-Dave