The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 Origin Forum for Programming
 LabTalk Forum
 problem compiling c++ file
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

andreas1

Germany
12 Posts

Posted - 01/31/2002 :  12:41:49 PM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Hi,

I finally managed to generate DLLs from C-code (see previous posts). However when trying to compile a c++ file that has
labstr.h as an include file I get the following error. Further windows.h and math.h are included.

Any ideas ?
envelop.cpp
labstr.h(69) : error C2371: 'HPSTR' : new definition; ...
c:\programme\microsoft visual studio\vc98\include\mmsystem.h(2289) : Siehe Deklaration von 'HPSTR'


Thanks,

Andreas



contac

Chile
8 Posts

Posted - 02/21/2002 :  3:57:56 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Have you included any required directory in TOOLS>OPTIONS>DIRECTORIES???
Nice day
Go to Top of Page

contac

Chile
8 Posts

Posted - 02/21/2002 :  3:58:05 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Have you included any required directory in TOOLS>OPTIONS>DIRECTORIES???
Nice day
Go to Top of Page

cpyang

USA
1406 Posts

Posted - 02/23/2002 :  12:00:52 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
the labstr.h you have might be old, check if it has
#ifdef __cplusplus
extern "C" { /* Assume C declarations for C++ */
#endif /* __cplusplus */

CP


Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000