Update vs2003 to vs 2019 error please.

Newbie Spellweaver
Joined
Oct 8, 2020
Messages
68
Reaction score
2
I have a mistake, could you help me? I would appreciate it very much.
 
Experienced Elementalist
Joined
Oct 14, 2015
Messages
293
Reaction score
86
I have a mistake, could you help me? I would appreciate it very much.
open stdafx and add
Code:
#define POINTER_64 __ptr64
 
Upvote 0
Newbie Spellweaver
Joined
Oct 8, 2020
Messages
68
Reaction score
2
@Orby I still get the same error in cscommon, and I'm just compiling "cscommon" and I get those errors.
 
Upvote 0
I'm retired, I'm already
Banned
Joined
Oct 3, 2011
Messages
832
Reaction score
155
I think there are already codes that work for advanced versions of visual basic.
 
Upvote 0
Newbie Spellweaver
Joined
Feb 18, 2021
Messages
25
Reaction score
22
@Playingz Think he just means that you can find a source that is already built for VS2019 if you search around here. So unless you are keen to wanting to learn how to update an old source to the modern standards (which is great!). You can just look for an updated one instead.
 
Upvote 0