Click here to Skip to main content
15,888,461 members
Home / Discussions / Graphics
   

Graphics

 
Question[wxWidgets] Managing on click mouse event Pin
EternallyConfuzzled1-Dec-08 6:24
EternallyConfuzzled1-Dec-08 6:24 
QuestionGraph layout [OK] Pin
ventomito26-Nov-08 8:05
ventomito26-Nov-08 8:05 
AnswerRe: Graph layout Pin
Drew Stainton30-Dec-08 11:49
Drew Stainton30-Dec-08 11:49 
GeneralRe: Graph layout Pin
ventomito7-Jan-09 9:39
ventomito7-Jan-09 9:39 
Question¿Quién sabe? alphablending 2 bitmaps Pin
Chesnokov Yuriy26-Nov-08 2:00
professionalChesnokov Yuriy26-Nov-08 2:00 
AnswerRe: ¿Quién sabe? alphablending 2 bitmaps Pin
Mark Salsbery26-Nov-08 5:43
Mark Salsbery26-Nov-08 5:43 
AnswerRe: ¿Quién sabe? alphablending 2 bitmaps Pin
Chesnokov Yuriy26-Nov-08 19:50
professionalChesnokov Yuriy26-Nov-08 19:50 
QuestionSome problems with DirectSound library Pin
andrei_b25-Nov-08 4:50
andrei_b25-Nov-08 4:50 
Hi! I'm using Visual C++ 2005 Express Edition and I am trying to create an application that uses DirectSound. I found on DirectSound Documentation how to initiate it, but I still have some problems. When I initiate last member of DSBUFFERDESC (the struct that describes the characteristics of a new buffer), i get this error:

1>main.obj : error LNK2019: unresolved external symbol _GUID_NULL 
referenced in function "void __cdecl InitDirectSound(struct HWND__ *)" (?InitDirectSound@@YAXPAUHWND__@@@Z)


Confused | :confused:

Here is the code, where "GUID_NULL" (which is defined in dsound.h) appears:

DSBUFFERDESC pcDSPrimaryBufferDesc,
pcDSPrimaryBufferDesc.guid3DAlgorithm=GUID_NULL;


On my project Propetries>>Configuration Propetries>>Linker>>Input>>ADDITIONAL DEPENDENCIES I added dsound.lib, but on DirectX Documentation it says that some DirectSound functions use Dsound3d.dll as import library. Where should I add it? what did I missed? Frown | :(
Thank you in advance!
AnswerRe: Some problems with DirectSound library Pin
Mark Salsbery25-Nov-08 9:16
Mark Salsbery25-Nov-08 9:16 
Questionhelp! usb camera filter Driver Pin
hongqibudao24-Nov-08 14:29
hongqibudao24-Nov-08 14:29 
AnswerRe: help! usb camera filter Driver Pin
Smithers-Jones14-Jan-09 23:13
Smithers-Jones14-Jan-09 23:13 
QuestionIs there an easy way to record and modify whole screen before output? Pin
chenfu23-Nov-08 20:18
chenfu23-Nov-08 20:18 
Questionproblem of Rendering mesh with texture in DirectX 9.0 Pin
Md. Ali Naser Khan23-Nov-08 2:14
Md. Ali Naser Khan23-Nov-08 2:14 
QuestionExtract Alpha from .png Pin
Xmen Real 21-Nov-08 5:29
professional Xmen Real 21-Nov-08 5:29 
QuestionZooming bitmap like Paint Pin
jgershonw119-Nov-08 20:31
jgershonw119-Nov-08 20:31 
AnswerRe: Zooming bitmap like Paint Pin
Alan Balkany20-Nov-08 3:23
Alan Balkany20-Nov-08 3:23 
GeneralRe: Zooming bitmap like Paint Pin
jgershonw120-Nov-08 7:17
jgershonw120-Nov-08 7:17 
GeneralRe: Zooming bitmap like Paint Pin
jgershonw120-Nov-08 7:40
jgershonw120-Nov-08 7:40 
AnswerRe: Zooming bitmap like Paint Pin
Randor 20-Nov-08 4:39
professional Randor 20-Nov-08 4:39 
QuestionHow to create gif file from bmp using GDI+ Pin
sandeepkavade19-Nov-08 18:56
sandeepkavade19-Nov-08 18:56 
QuestionHow to manage data from Directshow filter? Pin
Van Ly Doc Hanh19-Nov-08 7:11
Van Ly Doc Hanh19-Nov-08 7:11 
AnswerRe: How to manage data from Directshow filter? Pin
Mark Salsbery21-Nov-08 6:01
Mark Salsbery21-Nov-08 6:01 
QuestionFaster drawing in C# application than GDI+ Pin
User 1278216-Nov-08 17:52
User 1278216-Nov-08 17:52 
AnswerRe: Faster drawing in C# application than GDI+ Pin
MikeMarq17-Nov-08 8:11
MikeMarq17-Nov-08 8:11 
GeneralRe: Faster drawing in C# application than GDI+ Pin
User 1278220-Nov-08 15:36
User 1278220-Nov-08 15:36 

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.