It is possible to reference other dll in different platform?

Best practices, code snippets for common functionality, examples, and guidelines.
jindrich.matous
Posts: 5
Joined: Wed Apr 05, 2017 9:39 am

It is possible to reference other dll in different platform?

Post by jindrich.matous » Thu Apr 06, 2017 11:58 am

Hallo, I want to work with x86 and x64 platform. I have native libraries of oracle, which are 32bit and 64bit. I found configuration for different platform, but no possibility to reference other libraries. It is possible? How?

thanks,

J.Matous

McTurtle
Posts: 297
Joined: Thu Feb 23, 2017 10:37 am
Location: Benedikt, Slovenia

Re: It is possible to reference other dll in different platform?

Post by McTurtle » Fri Apr 14, 2017 11:23 am

Hello J.Matous,

You can reference libraries by going to the "Project View" and right clicking on "References"->"Add Reference".
What is located on your machine in the folder "C:\Windows\assembly" can be found under GAC.
2017-04-14 11_20_46-Report_to_XML_test - Ranorex Studio (Administrator).png
If it is not there, then go to .Net Assembly Browser and find the DLL in order to add a reference.
2017-04-14 11_22_23-Report_to_XML_test - Ranorex Studio (Administrator).png
If it still doesn't work, it would maybe help to know which libraries exactly you have in mind.

I hope this helps.

Regards,
McTurtle
You do not have the required permissions to view the files attached to this post.