Questions tagged [native-methods]

110 questions
0
votes
1 answer

Call .net methods into java without using C/C

Can anybody explain how can i call .net methods(from .dll) in my java code but i dont want to write/use C/C++ Code please expalin it Step by Step
Ashu-Goel
  • 31
  • 1
  • 6
0
votes
2 answers

Finding a process from Java

In Java or via some Eclipse plugin, is it possible to find a process by name without dropping down to native code? Specifically, I want to determine if a web browser is running and let the user know they may need to restart the browser. I know…
Scott K.
  • 1,742
  • 15
  • 26
-1
votes
1 answer

javascript, assigning requestAnimationFrame & cancelAnimationFrame to properties of an object

// // version 1 // var requestAnimFram = (function(){ return window.requestAnimationFrame || window.webkitRequestAnimationFrame || window.mozRequestAnimationFrame || window.oRequestAnimationFrame || …
-1
votes
3 answers

What happen if I try to get sizeof an undefined variable? (PHP)

(PHP) What happen if I try to get an undefined variable size with sizeof method? Like:
-1
votes
1 answer

How to control the execution of an externl native DLL

I have this code in .NET: result = NativeMethods.gsapi_init_with_args(_ghostScriptInstance, args.Length, _argumentPointersHandle.AddrOfPinnedObject()); That in its turn executes this code [DllImport("C:\\gsdll64.dll", EntryPoint =…
user1561202
  • 145
  • 1
  • 9
1 2 3 4 5 6 7
8