- Messages
- 129
- Country

Can someone please share the configuration to build an exe for the Simvars application SimvarWatcher.
I build it successfully but when it (exe) runs it immediately aborts, probably not putting the simconnect.dll in the right place.
How do I see the value of (ProjectDir)
in the Post Build there is
xcopy “$(ProjectDir)SimConnect.cfg” “.” /Y
xcopy “$(ProjectDir)…\SimConnect SDK\lib\SimConnect.dll” “.” /Y
I build it successfully but when it (exe) runs it immediately aborts, probably not putting the simconnect.dll in the right place.
How do I see the value of (ProjectDir)
in the Post Build there is
xcopy “$(ProjectDir)SimConnect.cfg” “.” /Y
xcopy “$(ProjectDir)…\SimConnect SDK\lib\SimConnect.dll” “.” /Y
