| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Migration between Win32 and Realtime Extension
Dear guys
Can you help me! (This is the copy of a email) RTX = Realtime Extension I will describe you our problem: Like you know is WinAC already integrated into RTX. To make the communication for WinAC better we try to use our SIEMENS “miniweb” webserver (run currently in Win32) Now we try to migrate this webserver into RTX, that we after that can attempt to program an interface for the communication between WinAC and “Miniweb”… Our current problem is the change from the Win32 System into the RTSS environment! We have linked all existing Projects of the webserver workspace (like in an example file) and copied some system independent settings into the RTSS configurations (in Visual Studio 6.0). After we had completed this, we tried to build the project files. Like expected some errors occur… A part of them we could solve or at least locate, but we also get some errors, which at the moment looking unsolvable! Here the error messages (we get AT THE MOMENT): Linking... startupCRT.obj : warning LNK4044: unrecognized option "manifestdependency:type='win32' name='Microsoft.VC80.CRT' version='8.0.50608.0' processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b'"; ignored rtapi_rtss.lib(wmain.obj) : warning LNK4044: unrecognized option "manifestdependency:type='win32' name='Microsoft.VC80.CRT' version='8.0.50608.0' processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b'"; ignored rtxlibcmt.lib(findfile.obj) : error LNK2001: unresolved external symbol __imp__FindFirstFileA@8 rtxlibcmt.lib(findfile.obj) : error LNK2001: unresolved external symbol __imp__FindNextFileA@8 rtxlibcmt.lib(findfile.obj) : error LNK2001: unresolved external symbol __imp__FindClose@4 rtxlibcmt.lib(rename.obj) : error LNK2001: unresolved external symbol __imp__MoveFileA@8 ..\..\..\..\Gen\Dbg\MiniWeb.rtss : fatal error LNK1120: 4 unresolved externals Error executing link.exe. MiniWeb.rtss - 5 error(s), 29 warning(s) We know, that there are some function-calls which can’t be linked to their implementations (because they are Windows system depending and can’t be used in RTX). We try to locate these functions for replacing them, but they are not directly called into the code (they will be internal called of some functions we use in the code). So we can’t locate them by “searching in file” (don’t know these functions names)! Do you understand our current problem? For Information about the problem or where I can find information I would be happy ^^ Thx Sven |
![]() |
| Viewing: Tutorialized Forums > Desktop Programming > Visual C > Migration between Win32 and Realtime Extension |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|