แสดงบทความที่มีป้ายกำกับ not found แสดงบทความทั้งหมด
แสดงบทความที่มีป้ายกำกับ not found แสดงบทความทั้งหมด

วันพุธที่ 7 ตุลาคม พ.ศ. 2552

Block Cookies in Firefox 3.5

I got many tracking cookies on my firefox profies (avg tell me that).

I stuck on finding a blocking cookie on firefox 3.5.

Today I got it now. Just go to Tools > Options > Privacy > History > Firefox will :
and then you should choose "Use custom settings for history" now you can back to block cookies like the same in firefox 3.0.

Thanks to Official sites.

วันจันทร์ที่ 14 กันยายน พ.ศ. 2552

Set up CUDA Project #1

After Install Cuda WinApp for Visual Studio 2005.
I try start first project and encounter
"This application has failed to start because cutil32D.dll was not found. Re-installing the application may fix this problem."

It solved by copy cutil32D.dll from SDK to CUDA\bin directory

Add Reference in Visual C++

After long time to code to add library to use in C++.
I found that there has some other way to add reference.
Just like bottom picture
right click at project then select properties then common properties > references

Yeah that right!