JRW Posted January 10, 2006 Posted January 10, 2006 Folks, I'm not sure if this is the right place to start, but there are sure lots of good answers here. **warning newbie programing question** I have been tasked with creating a plug-in for filemaker who's single task it is, is to launch a file (ultimately a Java applet). Yes, I am aware someone has done this with Launch it and I have tested this, but it seems over-kill at this point. I'm up for a small challenge. I've grabbed the 24U FM Template & compiled it in CodeWarrior 8.3 on a Mac (OS X.4). I've been successful with the version test sample & passing back & forth the path to a file. (Who knew this could be so easy) My question now is, what is the "C" procedure call to "open" or "launch" a file given a path (on a Mac, they tell me the equivalent on a PC is system())? I'm not familiar with either. I've found the following (within the codewarrior reference manuals) int open (const char *path, int oflag); #include But have been unable to get it to link (undefined symbol _open). Is this the correct call or should I be looking else where? Appreciate any thoughts. JRW
JRW Posted January 13, 2006 Author Posted January 13, 2006 Ok, found the right proecdure. Just need to figure out how to link it. JRW
Recommended Posts
This topic is 6957 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now