Click here to Skip to main content
15,923,006 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralServer Service NT/win2k with client Pin
LPKPOKOK14-Feb-05 1:19
sussLPKPOKOK14-Feb-05 1:19 
GeneralCreating Virtual Directories IIS Pin
bmk95914-Feb-05 0:43
bmk95914-Feb-05 0:43 
GeneralRe: Creating Virtual Directories IIS Pin
Blake Miller14-Feb-05 5:33
Blake Miller14-Feb-05 5:33 
GeneralRe: Creating Virtual Directories IIS Pin
bmk95916-Feb-05 5:33
bmk95916-Feb-05 5:33 
Generaldx9 prob Pin
Zizilamoroso14-Feb-05 0:37
Zizilamoroso14-Feb-05 0:37 
GeneralRe: dx9 prob Pin
rocky_pulley14-Feb-05 1:44
rocky_pulley14-Feb-05 1:44 
GeneralRe: dx9 prob Pin
Zizilamoroso14-Feb-05 2:56
Zizilamoroso14-Feb-05 2:56 
GeneralRe: dx9 prob Pin
Bob Ciora14-Feb-05 9:27
Bob Ciora14-Feb-05 9:27 
Since the downloaded executables run fine on your system, it doesn't sound like a driver problem, so we can eliminate that from consideration. So the prime candidate is the build step itself.

When you build the apps, is there a radical difference in the sizes of the executables that you build vs. the size of the downloaded executables? It may be that when you link, you're unknowingly linking with the DirectX Debug libraries.

Although it seems that you've addressed this issue, it may not be the case. This is independent of your main Source File project settings, and has to be manually configured under the Link tab in the Project Settings. So even if your project is built in Release mode, this doesn't guarantee that you're linking with the DirectX Release libraries.

The executable file sizes should be the telltale sign of which DirectX libraries you're linking with.


Also, as a side note, the PresentationInterval is a device capability, not something you can set explicitly. You may be thinking of the SWAPEFFECT presentation parameter used when creating a 3D Device.

Bob Ciora
GeneralRe: dx9 prob Pin
Zizilamoroso14-Feb-05 11:34
Zizilamoroso14-Feb-05 11:34 
GeneralUDP MULTICAST with Winsock2.0 Pin
Anonymous14-Feb-05 0:01
Anonymous14-Feb-05 0:01 
GeneralASSERT problem Pin
BlueCrack13-Feb-05 23:54
BlueCrack13-Feb-05 23:54 
GeneralRe: ASSERT problem Pin
David Crow14-Feb-05 3:34
David Crow14-Feb-05 3:34 
GeneralRe: ASSERT problem Pin
BlueCrack15-Feb-05 4:59
BlueCrack15-Feb-05 4:59 
GeneralRe: ASSERT problem Pin
David Crow15-Feb-05 5:54
David Crow15-Feb-05 5:54 
GeneralRe: ASSERT problem Pin
14-Feb-05 5:35
suss14-Feb-05 5:35 
Generalcannot go back to design modus Pin
doneirik13-Feb-05 23:44
doneirik13-Feb-05 23:44 
QuestionHow to set up atx power-up timer ? Pin
rrrado13-Feb-05 22:44
rrrado13-Feb-05 22:44 
Generalsubwindow in window!! Pin
Member 148449613-Feb-05 22:22
Member 148449613-Feb-05 22:22 
GeneralRe: subwindow in window!! Pin
Joel Holdsworth14-Feb-05 2:25
Joel Holdsworth14-Feb-05 2:25 
GeneralRe: subwindow in window!! Pin
Member 148449614-Feb-05 20:59
Member 148449614-Feb-05 20:59 
GeneralRe: subwindow in window!! Pin
David Crow14-Feb-05 3:36
David Crow14-Feb-05 3:36 
GeneralRe: subwindow in window!! Pin
Member 148449614-Feb-05 21:01
Member 148449614-Feb-05 21:01 
GeneralRe: subwindow in window!! Pin
David Crow15-Feb-05 2:26
David Crow15-Feb-05 2:26 
Generalcheckboxes, radiobuttons Pin
kedar.dave13-Feb-05 21:51
kedar.dave13-Feb-05 21:51 
GeneralRe: checkboxes, radiobuttons Pin
ThatsAlok13-Feb-05 22:13
ThatsAlok13-Feb-05 22:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.