You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DdeConnect should successfully connect to the "Dde Server" and data transferring should work.
Example files attached
Logon.exe (DDE Server)
Test.exe (DDE Client)
A username / password is typed in Logon.exe text box, then in Test.exe when selecting button to Get Logon receive error No foreign application responded to a DDE initiate.
Screenshots
When working correctly when you hit "Get Logon" it will display the relevant txt from logon.exe:
Environment (please complete the following information):
Windows 11 build 21H2 and Windows 10 1903
Created a simple Win32 C++ test Dde Client and Server, with my Win32 DdeServer the VB3 exe is connecting to it OK running under winevdm, However my client could not connect to the VB3 dde server. Here is a DDE server example that the VB3 client was connecting to OK:
It looks like NTVDM, where the DDE feature works on 32-bit operating systems uses a lower level method of directly sending DDE messages instead of using the DDEML library, at least from my initial investigation.
The text was updated successfully, but these errors were encountered:
Visual Basic 3 applications support DDE ( https://docs.microsoft.com/en-us/windows/win32/dataxchg/about-dynamic-data-exchange ) by setting properties on Form. Running under NTVDM this communication works fine, but the same applications fail to work under winevdm, DdeConnect on the client is failing.
DdeConnect should successfully connect to the "Dde Server" and data transferring should work.
Example files attached
A username / password is typed in Logon.exe text box, then in Test.exe when selecting button to Get Logon receive error No foreign application responded to a DDE initiate.
Screenshots
When working correctly when you hit "Get Logon" it will display the relevant txt from logon.exe:
Environment (please complete the following information):
Created a simple Win32 C++ test Dde Client and Server, with my Win32 DdeServer the VB3 exe is connecting to it OK running under winevdm, However my client could not connect to the VB3 dde server. Here is a DDE server example that the VB3 client was connecting to OK:
Trace files:
DdeClientServerTrace.zip
It looks like NTVDM, where the DDE feature works on 32-bit operating systems uses a lower level method of directly sending DDE messages instead of using the DDEML library, at least from my initial investigation.
The text was updated successfully, but these errors were encountered: