Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Threading Inside DLL

bamram
Beginner
421 Views
I've written some code which is compiled multithread dll and am having no compile/link problems. The main program calls a subroutine inside the DLL which in turn attempts to kick off a thread which executes other subroutines inside the DLL.
Should this work? Or, does the new thread need to execute code external to the DLL not code co-located inside the DLL?
Thanks in advance for any help or guidance.
0 Kudos
1 Reply
Steven_L_Intel1
Employee
421 Views
Should work fine.
0 Kudos
Reply