Changeset 38636 in vbox for trunk/src/VBox/Frontends/VBoxHeadless
- Timestamp:
- Sep 5, 2011 1:49:45 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 73843
- Location:
- trunk/src/VBox/Frontends/VBoxHeadless
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp
r38626 r38636 1352 1352 { 1353 1353 // initialize VBox Runtime 1354 int rc = RTR3Init AndSUPLib();1354 int rc = RTR3InitExe(argc, &argv, RTR3INIT_FLAGS_SUPLIB); 1355 1355 if (RT_FAILURE(rc)) 1356 1356 { -
trunk/src/VBox/Frontends/VBoxHeadless/testcase/tstHeadless.cpp
r35521 r38636 41 41 { 42 42 // initialize VBox Runtime 43 RTR3Init ();43 RTR3InitExe(argc, &argv, 0); 44 44 45 45 // the below cannot be Bstr because on Linux Bstr doesn't work
Note:
See TracChangeset
for help on using the changeset viewer.