Forum: C Jun 24th, 2008 |
| Replies: 7 Views: 1,655 Yes, to dll, thanks for the code. |
Forum: C Jun 24th, 2008 |
| Replies: 7 Views: 1,655 Ok, thanks. Realbasic is bad because it doesnt have real threads but I will try to find the way solve this with c. |
Forum: C Jun 17th, 2008 |
| Replies: 7 Views: 1,655 But the main thing is how to make threads to dll functions if there is no main thread used. Dll has made by c- language.
Example:
dll include this function
void WINAPI HelloWorld()
{
int i;... |
Forum: C Jun 16th, 2008 |
| Replies: 7 Views: 1,655 Hello
Im coding mp3 encode / ripping tool and because i have licence to realbasic im gonna make user interface with it Technical part im gonna make with akrip.dll and i have develope it more by my... |
Forum: C May 19th, 2008 |
| Replies: 2 Views: 1,014 I was not sharp enough. The path build was wrong.
sprintf(str, "%s%s", str, temp); ---> sprintf(str, "%s\\%s", str, temp);
So it returns NULL to FILE.
But now it works. Thank you a lot. |
Forum: C May 16th, 2008 |
| Replies: 2 Views: 1,014 I have a debug assertion failed problem with akrip code. That code is downloadable from http://akrip.sourceforge.net/simple.c
I have add a new code to function RipAudio(...) where i want to add... |
Forum: IT Professionals' Lounge Dec 12th, 2006 |
| Replies: 0 Views: 1,776 Hello. I need help to self-extracting executable. My problem is get inside to the executable(setup.exe) to see cabinet files. At the moment cab-files are invisible but really need to get them... |