Search This Blog

Monday, July 8, 2013


EBooks Search engine website

Http://www.books.rvmicro.com


About Website
Books.rvmicro.com is a search engine the search many books to download.
We save your money and time by searching books and letting know where you can able to download it.
All parts of the www.rvmicro.com website are for private use only. No files are hosted on our server, they are only indexed much like how Google works. This site merely indexes of other sites' contents. The hosting server or the administrator cannot be held responsible for the contents of any linked sites or any link contained in a linked site, or changes / updates to such sites. All materials on this website is for Educational Purposes ONLY.


Why we use this website?

We will use this website due to some reason like-
  • There are no popup or unwanted ads
  • We do not have any paid services. Everything we offer is free
  • We don't even ask for your email.
  • Login not required using this website.


Tuesday, January 17, 2012

Visual C++ compiler Errors & solution DirectShow


I’m trying to compile my directshow application and I got some error when building
I’ll show errors and solutions below

Error 1:
1>SampleGrabberRvDlg.obj : error LNK2001: unresolved external symbol _CLSID_FilterGraph
1>SampleGrabberRvDlg.obj : error LNK2001: unresolved external symbol _CLSID_AsyncReader
1>SampleGrabberRvDlg.obj : error LNK2001: unresolved external symbol _CLSID_SampleGrabber
1>SampleGrabberRvDlg.obj : error LNK2001: unresolved external symbol _IID_ISampleGrabberCB
1>SampleGrabberRvDlg.obj : error LNK2001: unresolved external symbol _IID_IBaseFilter
1>SampleGrabberRvDlg.obj : error LNK2001: unresolved external symbol _IID_IFileSourceFilter
1>SampleGrabberRvDlg.obj : error LNK2001: unresolved external symbol _IID_IMediaSeeking
1>SampleGrabberRvDlg.obj : error LNK2001: unresolved external symbol _IID_IVideoWindow
1>SampleGrabberRvDlg.obj : error LNK2001: unresolved external symbol _IID_IMediaControl
1>SampleGrabberRvDlg.obj : error LNK2001: unresolved external symbol _IID_IMediaEvent

Solution
Link the Strmiids.lib to your project or using the code list below

#pragma comment(lib,"Strmiids.lib")


Error 2:
 1>SampleGrabberRvDlg.obj : error LNK2019: unresolved external symbol "void __stdcall FreeMediaType(struct _AMMediaType &)" (?FreeMediaType@@YGXAAU_AMMediaType@@@Z) referenced in function "int __cdecl GrabBitmaps(wchar_t *)" (?GrabBitmaps@@YAHPA_W@Z)
1>SampleGrabberRvDlg.obj : error LNK2019: unresolved external symbol "public: __thiscall CMediaType::~CMediaType(void)" (??1CMediaType@@QAE@XZ) referenced in function "int __cdecl GrabBitmaps(wchar_t *)" (?GrabBitmaps@@YAHPA_W@Z)
1>SampleGrabberRvDlg.obj : error LNK2019: unresolved external symbol "public: void __thiscall CMediaType::SetSubtype(struct _GUID const *)" (?SetSubtype@CMediaType@@QAEXPBU_GUID@@@Z) referenced in function "int __cdecl GrabBitmaps(wchar_t *)" (?GrabBitmaps@@YAHPA_W@Z)

Solution
Link the Strmbasd.lib to your project or using the code list below

#pragma comment(lib,"Strmbasd.lib")

Error 3:
1>Strmbasd.lib(wxdebug.obj) : error LNK2019: unresolved external symbol __imp__timeGetTime@0 referenced in function "void __stdcall DbgInitialise(struct HINSTANCE__ *)" (?DbgInitialise@@YGXPAUHINSTANCE__@@@Z)
1>Strmbasd.lib(wxutil.obj) : error LNK2001: unresolved external symbol __imp__timeGetTime@0
1>Strmbasd.lib(wxutil.obj) : error LNK2019: unresolved external symbol __imp__timeSetEvent@20 referenced in function "unsigned int __stdcall CompatibleTimeSetEvent(unsigned int,unsigned int,void (__stdcall*)(unsigned int,unsigned int,unsigned long,unsigned long,unsigned long),unsigned long,unsigned int)" (?CompatibleTimeSetEvent@@YGIIIP6GXIIKKK@ZKI@Z)

Solution
Link the winmm.lib to your project or using the code list below

#pragma comment(lib,"winmm.lib")


Wednesday, January 11, 2012

VS2010 shows error Message when editing


Any editing on for the first time after starting VS2010 gives exception message




Visual Studio has encountered an exception. This may be caused by an extension. You can get more information by running the application together with the /log parameter on the command line, and then examining the file 'C:\Users\USERNAME\AppData\Roaming\Microsoft\VisualStudio\10.0\ActivityLog.xml'

Solution:
          It appears to be due to missing registry information. Adding the default value to the below registry key solved the problem.

On 32-Bit Windows: [HKEY_CLASSES_ROOT\CLSID\{73B7DC00-F498-4ABD-AB79-D07AFD52F395}\InProcServer32]
On 64-Bit Windows: [HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{73B7DC00-F498-4ABD-AB79-D07AFD52F395}\InProcServer32]

The "(Default)" value should be one of the following:
On 32-Bit Windows: "C:\Program Files\Common Files\Microsoft Shared\MSEnv\TextMgrP.dll"
On 64-Bit Windows: "C:\Program Files (x86)\Common Files\Microsoft Shared\MSEnv\TextMgrP.dll"


Friday, December 30, 2011

My First Silverlight Application

My First Silverlight  Application


Sunday, April 3, 2011

Network machine Keystrokes Listener -Hacker tool


Network Listener is a type of interprocess communication that allows getting the key stork network machines. It’s a simple hacking tool but more powerful
There are 2 application are used for this process
  1. Rv_Server (Server Application) -Rv_Server.exe
  2. Rv_Client (Client Application) - Rv_Client.exe
Client Application can broadcast the keystrokes and server program can listen the keystrokes

 Steps to start read your network machine key strokes

  1. Run the Client Application to your target network machine after running this client application (don’t worry this program run only in background ) the keystrokes will be automatically broadcast to the network
  2. Run your Server Application to any other machine (client application should run in the same network) and click “Start Listen” button then your fun will start
* This application done only educational purpose 
* It's a demo version so this server application can listen only 100 characters

Downloads

Rv_Server.exe - 406.5 KB

Rv_Client.exe - 101.5 KB


Monday, February 21, 2011

Network shutdown

Rv Network shutdown Utility

Rv Network shutdown is a network solution that allow you to centrally manage PC in local network.
you can select any computer in a network and launch their shutdown,restart and force to close the remote application and you can display message on remote computer but the remote user can not cancel the shutdown operation

Click this below link to download application

RemoteShutdown.exe - 445.5 KB Enjoy...




Friday, January 21, 2011

Automatic Mouse clicker Application for Free


Automatic Mouse clicker Utility 

Its a simple and more powerful utility for automatic process for mouse click 

Click this below link to download application
 >>DOWNLOAD ... Enjoy<<


Advantages


1)It's used to click your mouse button automatically where every 
  you move in your screen 
2)It's used to automate the click at specific interval 
3)It's give u a fingers rest

Reason for Created this Utility 



i have used Farm ville on past 3 months this games depends on highly repetitive action (some hundreds of mouse clicks) it's makes me extremely bored and also i lost my mouse also so that i decided to create this utility

Click this below link to download application