Commit 4e4edee71d507638991e588be42500cb84794af9
1 parent
0e986969
Exists in
master
and in
1 other branch
Working in MSVC build.
Showing
5 changed files
with
12 additions
and
9 deletions
Show diff stats
client/src/core/windows/dynamic/init.cc
client/src/session/local/init.cc
client/src/testprogram/testprogram.cc
| ... | ... | @@ -121,13 +121,10 @@ |
| 121 | 121 | // test host object |
| 122 | 122 | static void testHost(const char *session) { |
| 123 | 123 | |
| 124 | - cout | |
| 125 | - << "Creating host" << endl; | |
| 126 | - | |
| 127 | - TN3270::Host host{session,nullptr,10}; | |
| 128 | - | |
| 129 | 124 | try { |
| 130 | 125 | |
| 126 | + TN3270::Host host{session,nullptr,10}; | |
| 127 | + | |
| 131 | 128 | cout |
| 132 | 129 | << "Version: " << host["version"] |
| 133 | 130 | << "\tRevision: " << host["Revision"] |
| ... | ... | @@ -206,10 +203,12 @@ |
| 206 | 203 | } |
| 207 | 204 | #endif // _WIN32 |
| 208 | 205 | |
| 209 | - cout << "Session: " << session << endl; | |
| 210 | - | |
| 206 | + cout << "Session: " << session << endl; | |
| 207 | + | |
| 211 | 208 | testHost(session); |
| 212 | 209 | |
| 210 | + | |
| 211 | + | |
| 213 | 212 | //testAttributes(session); |
| 214 | 213 | |
| 215 | 214 | /* | ... | ... |
ipc3270.lib
No preview for this file type