|
-
August 30th, 2007, 11:05 AM
#1
VC++ with AS/400
I am using IBM Client Access with Visual studio 6.0 (VC++) but when I try to compile the code I am getting compilation error in the following code:
“
#include <basetsd.h>
typedef ULONG_PTR cwb_Handle;
typedef cwb_Handle cwbSV_ErrHandle;
typedef unsigned long cwb_Boolean;
“
The lines which are marked as bold I am getting error on those lines (compilation error)
Can you please help me out how to use this toolkit library with my VC++ code?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|