Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Extra libraries, Code snippets, applications etc. » OS Problems etc., Win32, POSIX, MacOS, FreeBSD, X11 etc » Dynamic library load works rare in Linux
Re: Dynamic library load works rare in Linux [message #6242 is a reply to message #6241] Fri, 03 November 2006 15:39 Go to previous messageGo to previous message
nicomesas is currently offline  nicomesas
Messages: 104
Registered: September 2006
Location: Barcelona, Spain
Experienced Member
I have tested another, and this it comes out to me well. I take the feasible one with execl, of this form:
void onLaunchExe()
{
  String exe = "/media/GIGANTE/DSRLLO/upp/out/GCC32.Debug_full.Gui.Shared/testDLL_EXE" ;
  int status ;
  pid_t pid = fork() ;
  if (pid > 0)
  {
    execl( exe, exe, " This is all, folks!!!", NULL ) ;
    // I hope to wait to secondary program finish ...
  }
}


In this case the both windows works fine, but this was not what I wanted to obtain.

Perhaps now we have more data to find out what happens with this problem.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: function TopWindow::Maximize does not work in linux.
Next Topic: freebsd fluxbox theide
Goto Forum:
  


Current Time: Sun Aug 24 21:35:18 CEST 2025

Total time taken to generate the page: 0.05104 seconds