Can I use another UNIX users files when working with the Mainsoft for UNIX and Linux Client?
No. When working with the Mainsoft for UNIX and Linux Client, you must access the Samba drive as the same UNIX user that you specify in the Server Access tab of the Mainsoft Setting Tool. Using two users (one for Samba access and another for connecting to the Mainsoft for UNIX and Linux Server) may result in file permission inconsistencies, causing the build to fail. • When building a console application, I receive the following link error … Undefined symbol app_main first reference in file .\Win32_Solaris_Release\MainWin.o … As stated in the Visual MainWin Developer’s Guide, in the section called “Preparations for building a console application”: If you compile a C++ console application using the Basic mode of the Visual MainWin Compiler Front-End (VMWCFE), then you must declare extern “C” before the main function of your program is called. The extern “C” declaration should be similar to the following: extern “C” int main() This means you have two options: 1.) Add the extern “C” b
Related Questions
- From a single Mainsoft for UNIX and Linux Client installation, can I build on different Mainsoft for UNIX and Linux Servers (the UNIX hosts)?
- Can I specify a directory on windows client to back up my source files on remote Unix/Linux/BSD server?
- Can I use another UNIX users files when working with the Mainsoft for UNIX and Linux Client?