Hi all,
I'm having some problems with my program in VS .NET 2003.
I initially wrote a module that uses the pthread library to create a number of threads to process something. This runs correctly in VS .NET 2003. Then this module was used by someone else and integrated into another larger program. I'm not sure about the details, but the program creates a GUI that allows the user to select an option to run my module....
User Profile
Collapse
-
Using pthreads in VS .NET 2003
-
Error with threads opening files
Hi all,
I'm using C and pthread on a Linux machine, and I'm having trouble parallelizing a program.
I'm basically trying to take in a folder of data files, divide them into groups, each group handled by a thread, and run a function on each of the data file.
The way I'm doing this is I have a global char **filename variable, where filename[i] = filename of a data file. In the main function, I'll read in... -
Identifying threads in VS .NET 2003
Hi all,
I'm converting a Linux program to a Windows program using Visual Studio .NET 2003. The code was written using pthread.
I have a "First-chance exception at 0x100084c8 in project.exe: 0xC0000005: Access violation reading location 0x000001dc" error that is causing my program to crash, and all but one thread "has exited with code 0 (0x0)." The one thread (0xfe4) exited with code -1073741819 (0xc0000005).... -
Thanks. I added ws2_32.lib and took out the __inline from my Search function, and the program ran successfully. -
Error LNK2019: unresolved external symbol
Hi all,
I'm new to VS, and I'm using Visual Studio .NET 2003.
I'm trying to write a program which uses pcap libraries. However, I keep getting the following errors:
error LNK2019: unresolved external symbol __imp__inet_nto a@4 referenced in function _got_packet
error LNK2019: unresolved external symbol __imp__ntohs@4 referenced in function _got_packet
error LNK2019: unresolved external symbol _Search...
No activity results to display
Show More
Leave a comment: