Linking Error when Build Element_Test Project (APIDevKit 14)
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2010-11-03
09:06 AM
- last edited on
2023-08-03
10:52 AM
by
Doreena Deng
2010-11-03
09:06 AM
Dear all...
I try to build Element_Test Project ( Example from API Dev Kit 14.2550) and found some error ...
1>.\Src\APICommon.c(21) : fatal error C1083: Cannot open include file: 'GSSystem.h': No such file or directory
After I add ..\..\Support\Modules\GSUtils into Additional Included Directory and re-build again ... error has changed to ...
1>APICommon.obj : error LNK2019: unresolved external symbol __imp__GSSysBeep@0 referenced in function "void __cdecl ErrorBeep(char const *,long)" (?ErrorBeep@@YAXPBDJ@Z)
How can I solve this ?
Thank you.
Goldy Ratch
I try to build Element_Test Project ( Example from API Dev Kit 14.2550) and found some error ...
1>.\Src\APICommon.c(21) : fatal error C1083: Cannot open include file: 'GSSystem.h': No such file or directory
After I add ..\..\Support\Modules\GSUtils into Additional Included Directory and re-build again ... error has changed to ...
1>APICommon.obj : error LNK2019: unresolved external symbol __imp__GSSysBeep@0 referenced in function "void __cdecl ErrorBeep(char const *,long)" (?ErrorBeep@@YAXPBDJ@Z)
How can I solve this ?
Thank you.
Goldy Ratch
Labels:
- Labels:
-
Add-On (C++)
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2010-11-03 10:33 AM
2010-11-03
10:33 AM
Goldy wrote:Add the library
... error has changed to ...
1>APICommon.obj : error LNK2019: unresolved external symbol __imp__GSSysBeep@0 referenced in function "void __cdecl ErrorBeep(char const *,long)" (?ErrorBeep@@YAXPBDJ@Z)
How can I solve this ?
Ralph Wessel BArch
Central Innovation
Central Innovation
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2010-11-04 05:10 AM
2010-11-04
05:10 AM
Thank you
Goldy Ratch
Goldy Ratch
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2011-02-21 03:51 AM
2011-02-21
03:51 AM
Hi,
I am getting this same error, however adding the GSUtilsImp.LIB file to the project makes no difference to the error. Is there something I am doing wrong?
I dragged the file into the solution explorer with the other LIB files, is this correct?
Thanks,
Matt
I am getting this same error, however adding the GSUtilsImp.LIB file to the project makes no difference to the error. Is there something I am doing wrong?
I dragged the file into the solution explorer with the other LIB files, is this correct?
Thanks,
Matt
AC24 (7000 AUS FULL)| Windows 10 Pro | Intel Core i7-12700 @ 2.1GHz | 32GB RAM | NVidia T1000
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2011-10-05 11:34 PM
2011-10-05
11:34 PM
Did anyone find a solution to this, I am a noob with Visual Studio 5
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2011-10-18 06:17 PM
2011-10-18
06:17 PM
I also had such problem. Solution is to add GSUtilsImp.lib from \Support\Modules\GSUtils\Win in Solution Explorer of VS with other libs.