- 3,715,917 Users
- 2,242,907 Discussions
- 7,845,683 Comments
Forum Stats
Discussions
Categories
- Industry Applications
- 3.2K Intelligent Advisor
- Insurance
- 1.1K On-Premises Infrastructure
- 375 Analytics Software
- 35 Application Development Software
- 1.8K Cloud Platform
- 700.5K Database Software
- 17.4K Enterprise Manager
- 7 Hardware
- 175 Infrastructure Software
- 97 Integration
- 53 Security Software
Tuxedo client on windows 10
Hi all,
I successfully installd Tuxedo 12.2.2 and 12.1.3 on windows.
When I tried to use the buildclient command on ATMI "sampleapp" project I got the following errors:
simpcl.obj :error LNK2019: unresolved external symbol [email protected] referenced in function _main
simpcl.obj : error LNK2019: unresolved external symbol [email protected] referenced in function _main
simpcl.obj : error LNK2019: unresolved external symbol [email protected] referenced in function _main
simpcl.obj : error LNK2019: unresolved external symbol [email protected] referenced in function _main
simpcl.obj : error LNK2019: unresolved external symbol [email protected] referenced in function _main
simpcl.obj : error LNK2019: unresolved external symbol [email protected] referenced in function _main
warning LNK4272: library machine type 'x64' conflicts with target machine type 'x86'
simpcl.exe : fatal error LNK1120: 6 unresolved externals
TUXNT_CAT:77: ERROR: Can't execute cl /MD -DNOWHAT=1 -I -W3 -Od -DWIN32 -MD -Zi -I"%TUXDIR%"\include -Fesimpcl simpcl.c "%TUXDIR%"\lib\libtux.lib "%TUXDIR%"\lib\libbuft.lib "%TUXDIR%"\lib\libfml.lib "%TUXDIR%"\lib\libfml32.lib "%TUXDIR%"\lib\libengine.lib wsock32.lib kernel32.lib advapi32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib -link -implib:BC-6dc0.lib
NMAKE : fatal error U1077: 'MYPATH' : return code '0x2'
Stop.
Please help me.
Daniel
Answers
-
Hello
I don't use windows platform at this moment but my guess is that there is something wrong with %TUXDIR% evaluation and therefore linker is unable to see tuxedo libraries. Also please note the message about your target x86 platform. Do you really use 32 bit tuxedo and would like to produce 32 bit binaries?