Linking error - porting to AC23
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2020-02-06
03:17 PM
- last edited on
‎2022-09-29
09:35 AM
by
Daniel Kassai
‎2020-02-06
03:17 PM
Hi.
I can't figure out how to resolve this link. error. I tried to search for InputFromDataFile within API structure but with no luck. Thanks again for your assistance.
I can't figure out how to resolve this link. error. I tried to search for InputFromDataFile within API structure but with no luck. Thanks again for your assistance.
Error LNK2019 unresolved external symbol "short __cdecl InputFromDataFile(int,class GS::UniString const &,class GS::UniString const &,int,int *,class GDLRequestResult &)" (?InputFromDataFile@@YAFHAEBVUniString@GS@@0HPEAHAEAVGDLRequestResult@@@Z) referenced in function GetExportedFuncAddrs CorocadGDX_23 D:\corocad\corocad D:\corocad\corocad\GDLDev.lib(ACGDlib.obj) 1
Labels:
- Labels:
-
Add-On (C++)
3 REPLIES 3
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2020-02-07 02:48 PM
‎2020-02-07
02:48 PM
Resolved, mistake on my side...
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2020-02-13 10:43 PM
‎2020-02-13
10:43 PM
Do you mind expanding on what you did to resolve it? I'm now running into this as well trying to port to 23.
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2020-02-14 02:17 PM
‎2020-02-14
02:17 PM
Sure. There is a change in function signatures for 23. The same for OutputToData...
GSErr __GDLEXT_CALL InputFromDataFile(Int32 channel, const GS::UniString& recordID, const GS::UniString& fieldID, Int32 nrvals, Int32* nrgotvals, GDLRequestResult& values)vs
GSErr __GDLEXT_CALL InputFromDataFile(Int32 channel, const GS::UniString& recordID, const GS::UniString& fieldID, Int32 nrvals, Int32* nrgotvals, GS::Array<GdlValueRecord>& values, GS::Array<GS::UniString>& stringvals)