|
You last visited: Today at 03:56
Advertisement
[C++] D3D Multithreading
Discussion on [C++] D3D Multithreading within the C/C++ forum part of the Coders Den category.
08/24/2011, 18:37
|
#1
|
elite*gold: 0
Join Date: Nov 2009
Posts: 343
Received Thanks: 45
|
[C++] D3D Multithreading
Sry kann closed werde.
MfG
|
|
|
 |
Similar Threads
|
"Multithreading" mit Gui
11/26/2010 - AutoIt - 16 Replies
Da immer wieder leute fragen, ob es möglich ist mehrere funktionen nebeneinander her laufen zu lassen, und ich zu faul bin ein tutorial zu schreiben, hier mal ein kleiner beispiel code der allgemein immer funktionieren sollte:
Func _Sleep($time, $action)
If $first_loop Then
Assign($action&"_number", Eval($action&"_number")+1, 2)
ElseIf Eval($action&"_active") Then
If Eval($action&"_current") = Eval($action&"_count") Then
If Not IsDeclared($action&"_timer") Or...
|
Multithreading
03/17/2010 - AutoIt - 16 Replies
$handle = DllCallbackRegister("_Threadstart"," ;int","ptr")
$handlr = DllCallbackRegister("_Threadstard"," ;int","ptr")
$dll = DllStructCreate("Char;int")
DllStructSetData($dll,1,"hi")
DllStructSetData($dll,2,1234)
$ret = DllCall("kernel32.dll","hwnd", "CreateThread","ptr",0,"d word",0,"long",DllCallbackGetPtr($h andle),"ptr",DllStructGetPtr($dll)," ;long",0,"int*",0)...
|
C++ Multithreading + Klassen
01/16/2010 - C/C++ - 8 Replies
Mein Problem ist es , dass ich eine Klasse habe (nehmen wir als Beispiel Auto)
und eine Funktion (Beispiel : BremswegBerechnen) habe , die aber in einem extra Thread laufen soll . Also so in etwa :
.
.
.
int main()
{
CreateThread(NULL,NULL,(LPTHREAD_START_ROUTINE)BM W.BremswegBerechnen, 0, 0, 0);
|
All times are GMT +1. The time now is 03:57.
|
|