9,867,109 members (35,603 online)
Visit CodeProject.TV
Discuss CodeProject.TV
Sign in
Email
Password
Forgot your password?
Sign in using
home
articles
Chapters and Sections
>
Search
Latest Articles
Latest Tips/Tricks
Top Articles
Beginner Articles
Technical Blogs
Posting/Update Guidelines
Article Help Forum
Article Competition
Submit an article or tip
Post your Blog
quick answers
Ask a Question
View Unanswered Questions
View All Questions...
C# questions
ASP.NET questions
VB.NET questions
C#4.0 questions
C++ questions
discussions
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work & Training Issues
Design and Architecture
ASP.NET
JavaScript
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
Adobe Technologies
C#
Free Tools
Objective-C
Ruby On Rails
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
.NET Framework
Mobile
VS 11 & .NET 4.5
Sharepoint
Silverlight / WPF
Visual Basic
Web Development
Site Bugs / Suggestions
features
Component & Service Catalog
Competitions
News
The Insider Newsletter
Newsletter archive
Surveys
Product Showcase
Research Library
CodeProject Stuff
community
The Insider News
The Lounge
The Weird & The Wonderful
The Soapbox
Press Releases
Who's Who
Most Valuable Professionals
Company Listings
Non-English Language
>
General Indian Topics
General Chinese Topics
help
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
Site Map
Advertise with us
Employment Opportunities
About Us
The default search term operator is
AND
.
You can use brackets,
AND
,
OR
, and
NOT
to improve your search. For example:
C# AND NOT(VB or SQL)
A query of a single
*
will return everything, filtered by any filters.
Filter examples:
Search by Author
author:"author name"
Filter by tag
tag:C#
or
tag:(C++ or Java)
Wildcard search
use "?" or "*" eg.
gr?d
or
gr*
64 Results
Search
Everything
Articles
Technical Blogs
Tips & Tricks
Questions
Answers
Forum Messages
News Items
Catalog Items
Videos
Training Courses
Just My Stuff
My Bookmarks
Sort by
Relevance
Rating Asc
Rating Desc
Title Asc
Title Desc
Author Asc
Author Desc
Date Created Asc
Date Created Desc
Date Modified Asc
Date Modified Desc
Price Asc
Price Desc
Duration Asc
Duration Desc
Match
All Fields
Title
Description
Author(s)
Tags
Any Date
Last 12 hours
Last 24 hours
Last week
Last 2 weeks
Last month
Last 3 months
Last 6 months
Last year
January
February
March
April
May
June
July
August
September
October
November
December
Rating Range
All - Including Unrated
1.0 - 5.0
2.0 - 5.0
3.0 - 5.0
4.0 - 5.0
4.5 - 5.0
4.8 - 5.0
5.0
Advanced Filters:
Article Topics
All Topics
Desktop Development
Web Development
Mobile Development
Cloud Computing
Enterprise Systems
Database
Multimedia
Languages
Platforms, Frameworks & Libraries
General Programming
Graphics / Design
Development Lifecycle
General Reading
Third Party Products
Mentor Resources
Article License
All Licenses
CPOL
CDDL
Ms-PL
MPL
CPL
Eclipse
MIT
BSD
Apache
CC (ASA 2.5)
Zlib
Public Domain
CC (Attr 3U)
CC (ASA 3U)
LGPL3
GPL3
Forums
All Forums
Feature Forums
General Programming
Web Development
Product Lifecycle
Database & SysAdmin
General Discussions
Non-English Language
Catalog Category
All Categories
Books & Training
Charting & Graphing
Components, Controls, Libraries
Data Manipulation & Mining
Database Tools
Debugging
Documentation & Help
Financial, Math & Scientific
Frameworks & APIs
General Development Tools
GIS & Maps
Graphics & 3D Modeling
Hardware and Robotics
Hosting
IDEs
Imaging
Mobility
Multimedia
Networking
Performance and Profiling
Programming Languages
Project Life-cycle Management (ALM)
Reporting
Search
Security
Setup & Deploy
System Adminstration
Utilities
Virtualization
Web Design/Development
Catalog License
All Licenses
Commercial
Fully Function Evaluation version
Limited Functionality Trial
Limited Time Trial
Shareware
Free For Personal Use
Freeware
Page 1 of 2
Page Size:
10
·
25
·
50
Tag filtered by: JNI
[x]
Using the Java Native Interface in C#
by
Simon Agholor
Article
22 Apr 2013
license:
CPOL
How to invoke Java methods from a .NET application.
Languages
»
C#
»
How To
WinXP
.NET3.5
Java
Dev
Advanced
C#
Windows
.NET
JNI
C#4.0
, +
Exception in thread "main" java.lang.UnsatisfiedLinkError: RunnerClass.parsecmdline(ILjava/lang/String;)V
by
Ahsetau
Question
16 Mar 2013
license:
CPOL
I have a test case where I am trying to access the C code from my JAVA program using JNI. Steps involved are as follows : 1. A JAVA program calling the native methods : public class RunnerClass{ public native void win32_svc_install(); static{ System.loadLibrary("testDll"); ...
General Programming
»
Uncategorised Quick Answers
»
General
C
Java
JNI
getting error while linking JVM
by
du[DE]
Answer
19 Feb 2013
license:
CPOL
You have to link with JVM's library (add some reference to libjvm.a to the tcc's command line).If you don't have a precompiled jvm.lib file for TurboC++, there is another option - link with the jvm.dll file and export all the methods from JVM manually. This uses the...
General Programming
»
Uncategorised Quick Answers
»
General
C++
C
Java
JNI
getting error while linking JVM
by
Moorthy Rajendran
Question
19 Feb 2013
license:
CPOL
JNI_CreateJavaVM(&jvm, (void **)&env, &args);tcc C:\TurboC++\Disk\TurboC3\BIN\CTest.c -I "C:\Program Files\Java\jdk1.6.0_16\include" -I "C:\Program Files\Java\jdk1.6.0_16\include\win32" -I "C:\Program Files\Java\jdk1.6.0_16\lib" -shared -o CTest.dllError: tcc: undefined symbol...
General Programming
»
Uncategorised Quick Answers
»
General
C++
C
Java
JNI
Need to return an array of struct in c from jni to java (as Object array)
by
- NA -
Question
11 Feb 2013
license:
CPOL
I have to return a array of structure values from c++ (jni) to java. I have the c++ struture as followsMyCStructure{byte *Data;int dataLength;int width;int height;}mycstr;And i have my java structure aspublic class MyJavaStructure{ public byte[] Data; public...
General Programming
»
Uncategorised Quick Answers
»
General
C++
Java
JNI
java runtime Exception_Access_Violation
by
Manish_Mohan
Question
3 Dec 2012
license:
CPOL
Hi all,Does anyone know how to resolve this exception.## A fatal error has been detected by the Java Runtime Environment:## EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d7a83f0, pid=6320, tid=6328## JRE version: 7.0_05-b05# Java VM: Java HotSpot(TM) Client VM (23.1-b03...
General Programming
»
Uncategorised Quick Answers
»
General
C++
Java
JNI
Terminal Velocity Android
by
PraveenOjha
Article
4 Nov 2012
license:
Apache
An android game using ndk jni and java .............
Mobile Development
»
Android
»
General
C++
Java
Mobile
Intermediate
Mobile
JNI
Android
calling a java method inside c using jni
by
pasztorpisti
Answer
24 Sep 2012
license:
CPOL
What about checking out and modifying existing code? How to Call Java Functions from C Using JNI[^]
General Programming
»
Uncategorised Quick Answers
»
General
C
JNI
calling a java method inside c using jni
by
sandeep vihaari
Question
24 Sep 2012
license:
CPOL
Hey hi. This is sandeep.I am also trying to do the similar kind of work you are doing, like calling a java method inside c. I have lot of errors. Can you please correct me where i am wrong.Errors mainly in the lines (CALLBACK *fpCJV)(JavaVM**, void**, JavaVMInitArgs*); HINSTANCE...
General Programming
»
Uncategorised Quick Answers
»
General
C
JNI
AWT native interface
by
AhmdAxf
Question
11 Sep 2012
license:
CPOL
Hi All,I am working on a project similar to embedding opengl inside java in which a an animated figure is drawn into an AWT canvas using JNI and AWT native interface. I have a third party application software whose method for live video is providing the same functionality. I have played...
General Programming
»
Uncategorised Quick Answers
»
General
C++
Java
AWT
JNI
executing the native method
by
AhmdAxf
Answer
11 Sep 2012
license:
CPOL
for the System.loadLibrary() call the dll file should be in path of java i.e system32 but i would recommend System.load() instead by which you would be able to give full path of the dll file and use it in any other java app usin that jar
General Programming
»
Uncategorised Quick Answers
»
General
Java
JNI
OpenMake Meister
by
Tracy Ragan
Catalog
20 Aug 2012
license:
Limited Time Trial
OpenMake Meister® delivers an intelligent, accelerated and highly adaptable build management solution that is dynamic and can quickly adapt to changing development demands.
General Development Tools
VC6
VC7
VC7.1
VC8.0
.NET1.0
.NET1.1
.NET2.0
Win2K
WinXP
Win2003
, +
Can anyone give me a link to find android source code(ndk,sdk,everything) in a zip file that i can download
by
Sumal.V
Answer
20 Aug 2012
license:
CPOL
Try This : http://developer.android.com/sdk/index.html[^]
General Programming
»
Uncategorised Quick Answers
»
General
C++
C
Java
Linux
Mobile
JNI
Android
Can anyone give me a link to find android source code(ndk,sdk,everything) in a zip file that i can download
by
Christian Graus
Answer
20 Aug 2012
license:
CPOL
You're a developer, why not write a program to download the files, or even better, use an FTP program. How is this a programming question ?
General Programming
»
Uncategorised Quick Answers
»
General
C++
C
Java
Linux
Mobile
JNI
Android
Can anyone give me a link to find android source code(ndk,sdk,everything) in a zip file that i can download
by
Tarun22
Question
20 Aug 2012
license:
CPOL
i got a linkhttp://source-android.frandroid.com/[^]but i can't download folder by folder i want a zip file for the whole source code
General Programming
»
Uncategorised Quick Answers
»
General
C++
C
Java
Linux
Mobile
JNI
Android
Not able to run the dumpsys code in android
by
Tarun22
Question
20 Aug 2012
license:
CPOL
i was trying to run dumpsys.cpp in android ndk using JNI interface i got the source code of dumsys from the following link "http://source-android.frandroid.com/frameworks/base/cmds/dumpsys/dumpsys.cpp"when i run the code i am getting following errors:-error: utils/Log.h: No such file or...
General Programming
»
Uncategorised Quick Answers
»
General
C++
C
Linux
Mobile
JNI
Android
executing the native method
by
subrata kumar Nayak
Answer
8 Aug 2012
license:
CPOL
since u want to create a A.dll and call B.dll from A.dll, so i would recommend u to jst create the B.lib and put it inside A.dll then u will be able to call the functions of both class A&B hope this will work........All the best.......
General Programming
»
Uncategorised Quick Answers
»
General
Java
JNI
Does anyone know a good c++ JNI wrappers ?
by
Sergey Vystoropskiy
Answer
6 Aug 2012
license:
CPOL
Also I hade found this one http://code.google.com/p/android-cpp-sdk/[^]
General Programming
»
Uncategorised Quick Answers
»
General
C++
Mobile
JNI
Android
Does anyone know a good c++ JNI wrappers ?
by
Sergey Alexandrovich Kryukov
Answer
6 Aug 2012
license:
CPOL
Did you try this one:http://www.teamdev.com/jniwrapper/[^],http://www.teamdev.com/jniwrapper/documentation/[^]?By documentation, it looks good, but unfortunately, it's commercial. And I never tried it.—SA
General Programming
»
Uncategorised Quick Answers
»
General
C++
Mobile
JNI
Android
Does anyone know a good c++ JNI wrappers ?
by
Volynsky Alex
Answer
6 Aug 2012
license:
CPOL
Hi Sergey,You can see the SWIG (Simplified Wrapper and Interface Generator):http://www.swig.org/tutorial.html[^]http://www.swig.org/Doc2.0/SWIGDocumentation.html[^]I hope this will help you
General Programming
»
Uncategorised Quick Answers
»
General
C++
Mobile
JNI
Android
Does anyone know a good c++ JNI wrappers ?
by
Sergey Vystoropskiy
Question
6 Aug 2012
license:
CPOL
I want to start a small project on C++ for android. I don't like that ugly c-style JNI. Is there some good C++ wrappers ?
General Programming
»
Uncategorised Quick Answers
»
General
C++
Mobile
JNI
Android
can create a shared libxml2
by
subrata kumar Nayak
Question
2 Aug 2012
license:
CPOL
i am creating an application in android using ndk and jni.In my app i have requirement to parse xml data.for which i have used libxml2.when i am making a static library of libxml2 and use,it works fine.But when i am trying to make a shared library and use it in my application i am...
General Programming
»
Uncategorised Quick Answers
»
General
XML
Mobile
JNI
Android
makefile
avoid using of .a for creation of .so
by
subrata kumar Nayak
Question
2 Aug 2012
license:
CPOL
i have created an android application,here most of my code is in c so i have created it using jni. i have to create socket.so file, in which i have to use the libtest.so.while using the libtest.so in socket.so i get the error:undefined reference to function(). my function() is present inside...
General Programming
»
Uncategorised Quick Answers
»
General
Mobile
JNI
Android
makefile
android phonegap plugin's java script call
by
subrata kumar Nayak
Answer
23 Jul 2012
license:
CPOL
it was a silly thing...replace ' with \\' ,not with\'....thn rest are same as it was...
General Programming
»
Uncategorised Quick Answers
»
General
Mobile
JNI
Android
plugin
JSON
android phonegap plugin's java script call
by
subrata kumar Nayak
Question
23 Jul 2012
license:
CPOL
i have created an app in android using JNI,NDKand phonegap Plugin fr android.Here i am calling the java script functions from the java native code using the function sendJavascript(SendJS);and the SendJS is made as follows:SendJS = "javascript:" + SuccessCallBack + "('" +...
General Programming
»
Uncategorised Quick Answers
»
General
Mobile
JNI
Android
plugin
JSON
NDK-Use of .a file in C file
by
subrata kumar Nayak
Answer
23 Jul 2012
license:
CPOL
just add the line LOCAL_EXPORT_C_INCLUDES := pathto/folder (where my file resides) above theinclude $(PREBUILT_STATIC_LIBRARY)and my final .mk file became like this:LOCAL_PATH := $(call my-dir)include $(CLEAR_VARS)LOCAL_MODULE := libtestLOCAL_SRC_FILES :=...
General Programming
»
Uncategorised Quick Answers
»
General
C
Mobile
JNI
Android
makefile
use libxml2 in android with JNI
by
subrata kumar Nayak
Answer
22 Jul 2012
license:
CPOL
since there is no prebuilt libxml.so/.a file for libxml parser, so we need to create the library (either .so/.a) and use that in ur application u have to download all the .c/.h/android.mk/Application.mk and just build the libxml library(either .so/.a)
General Programming
»
Uncategorised Quick Answers
»
General
C
XML
Mobile
JNI
Android
NDK-Use of .a file in C file
by
subrata kumar Nayak
Question
19 Jul 2012
license:
CPOL
I'm trying to use a .a file in my C code to use in Java (sorry for my bad English). I created myself a static library named libtest.a. now when i include files present in that library in gives me error as no such file or directory.i have put the libtest.a in the same folder where my...
General Programming
»
Uncategorised Quick Answers
»
General
C
Mobile
JNI
Android
makefile
use libxml2 in android with JNI
by
subrata kumar Nayak
Question
18 Jul 2012
license:
CPOL
I have created an app in android using JNI(as major part of my code is in C). Now i am having a requirement to parse xml in my application.As I have chosen libxml2 for my application, can any one please tell me how to use libxml2 in my android application ?
General Programming
»
Uncategorised Quick Answers
»
General
C
XML
Mobile
JNI
Android
Call COM from Java through JNI
by
K.O Ranjith
Question
27 Jun 2012
license:
CPOL
We have developed a dll which contains APIs to take camera snap using DirectShow( windows). It uses COM(component object model) for accessing directshow API's and its working fine using in VS2008 MFC application. Then we created JNI wrapper functions to call above dll functions from Java. But...
General Programming
»
Uncategorised Quick Answers
»
General
COM
JNI
Problem in creating Header file to be used in JNI implementation
by
Anil Shokeen
Question
16 May 2012
license:
CPOL
HiI m trying to create a header file for a sample helloworld program calling a native funtion from native dll to be made with the help of this header file.I have compiled the java file but now when i m creating the header file m getting an error...error: cannot access HelloWorldclass...
General Programming
»
Uncategorised Quick Answers
»
General
JNI
Debugging a JNI Application using Netbeans and Visual Studio
by
Sharjith
Article
14 May 2012
license:
CPOL
This article shows how to create a Java Swing GUI application in Netbeans and interface it with JNI DLL.
Languages
»
Java
»
General
C++
Java
Windows
Visual-Studio
Intermediate
C++
VC9.0
JNI
Communication between Java and Haskell
by
Mehdi Gholam
Answer
28 Apr 2012
license:
CPOL
Take a look here :http://www.haskell.org/haskellwiki/Applications_and_libraries/Interfacing_other_languages#Java[^]You could create a webservice also :http://stackoverflow.com/questions/6663888/web-service-frameworks-in-haskell[^]
General Programming
»
Uncategorised Quick Answers
»
General
Java
JNI
Haskell
Communication between Java and Haskell
by
Thenraja
Question
28 Apr 2012
license:
CPOL
I googled and got some answers that communication between Java and Haskell can be done by GCJNI(Now the site is down) and LambdaVM.. To use the LambdaVM/GCJNI, whether I need to download any build tools? Where can I know more about them, since I don't find much resources on online?I want to...
General Programming
»
Uncategorised Quick Answers
»
General
Java
JNI
Haskell
wlan.dll is not giving out put in windows7
by
Member 8054791
Question
18 Apr 2012
license:
CPOL
Wlan.javapub...
General Programming
»
Uncategorised Quick Answers
»
General
Java
Windows
Windows
JNI
Win7
executing the native method
by
Richard MacCutchan
Answer
27 Dec 2011
license:
CPOL
If you do not have the dll in the default directory then you should add the full path to your System.loadLibrary() call.
General Programming
»
Uncategorised Quick Answers
»
General
Java
JNI
executing the native method
by
Areff
Question
27 Dec 2011
license:
CPOL
Hi, every body i have developed a java class named A that uses another class named B , both of them is in package com.kkp ,the class B have some native methods that implemented in B.cpp & B.hi have used g++ for compiling the cpp file and creating a dll (B.dll).til here every things is...
General Programming
»
Uncategorised Quick Answers
»
General
Java
JNI
[Linker error] undefined reference to `_imp__JNI_CreateJavaVM@12'
by
Richard MacCutchan
Answer
5 Oct 2011
license:
CPOL
My apologies but I was compiling as C++, which does not work for standard C. Modify the code between the lines #ifdef JNI_VERSION_1_2 and #else as follows:#ifdef JNI_VERSION_1_2// definitions required to get the proc address HINSTANCE hVM; typedef jint (CALLBACK *fpCJV)(JavaVM**,...
General Programming
»
Uncategorised Quick Answers
»
General
Java SE
JavaSE6
JNI
linker
C++0x
[Linker error] undefined reference to `_imp__JNI_CreateJavaVM@12'
by
Espen Harlinn
Answer
5 Oct 2011
license:
CPOL
It's customary to locate the java runtime trough settings from the registry, and then load the dll dynamically.Have look at:Jace[^]Jace offers some additional features you might find interesting too.[Update]The _imp__ prefix indicates that you have a problem with your library - I...
General Programming
»
Uncategorised Quick Answers
»
General
Java SE
JavaSE6
JNI
linker
C++0x
[Linker error] undefined reference to `_imp__JNI_CreateJavaVM@12'
by
anktrive
Question
4 Oct 2011
license:
CPOL
Hi, I am new to JNI and I have been trying to write a simple program to call Java code from C++. I am facing problem in creating the JavaVM from C and am getting the Linker error. I have tried changing the GNU library files in dev C++ (I am using Dev c++ compiler) but no luck so far....
General Programming
»
Uncategorised Quick Answers
»
General
Java SE
JavaSE6
JNI
linker
C++0x
[Linker error] undefined reference to `_imp__JNI_CreateJavaVM@12'
by
Richard MacCutchan
Answer
4 Oct 2011
license:
CPOL
I don't know why this happens BUT:In your C code, if you replace the line:res = JNI_CreateJavaVM(&jvm, (void**)&env, &vm_args);with// this should contain the path to the JVM DLL fileHINSTANCE hVM = LoadLibrary("C:\\Program Files (x86)\\Java\\jre6\\bin\\client\\jvm.dll");if (hVM...
General Programming
»
Uncategorised Quick Answers
»
General
Java SE
JavaSE6
JNI
linker
C++0x
[Linker error] undefined reference to `_imp__JNI_CreateJavaVM@12'
by
Richard MacCutchan
Answer
3 Oct 2011
license:
CPOL
See here[^] to check your code is following the correct rules. Also, make sure you have defined your JNI calls within extern "C" {} blocks, to prevent name mangling by the compiler.
General Programming
»
Uncategorised Quick Answers
»
General
Java SE
JavaSE6
JNI
linker
C++0x
handle event on window menu using jni
by
Himanshu Bajpai
Question
3 Aug 2011
license:
CPOL
sir I have added one own menu item in window menu using jni,vc++,java. sir I want to handle event on that item using jni.how it can be possible. sir this can be done by jinvoke package in java.This package contain user32 class.so it can be done by jinvoke package. But sir I can't use this...
General Programming
»
Uncategorised Quick Answers
»
General
Java
JNI
VC++
how to handle event on system menu using jni
by
Richard MacCutchan
Answer
31 Jul 2011
license:
CPOL
I don't think you can do this, all events will be handled by the JVM so your wndproc procedure will not get called. Espen has given a great explanation of this.
General Programming
»
Uncategorised Quick Answers
»
General
C++
Java
JNI
how to handle event on system menu using jni
by
Espen Harlinn
Answer
31 Jul 2011
license:
CPOL
You'll find the JNI code here:SWT: The Standard Widget Toolkit[^]I know SWT is not Swing - but SWT has the required JNI code.Remember that Swing is built on top of the original objects and framework of AWT.Inside the $(JDK)\include folder you'll find jawt.hInside the...
General Programming
»
Uncategorised Quick Answers
»
General
C++
Java
JNI
how to handle event on system menu using jni
by
Himanshu Bajpai
Question
30 Jul 2011
license:
CPOL
I am new to java .I add one extra menu on system menu now I want to handle an event on the system menu in java swings application i prepare a dll for that in c++ and i am unable to handle the event on system menu through dll using wndproc method through JNI if there any one who helps me to do this.
General Programming
»
Uncategorised Quick Answers
»
General
C++
Java
JNI
how to convert nist source code to visual studio 2005?
by
Albert Holguin
Answer
13 Jul 2011
license:
CPOL
Look at the libraries specified in the linker options of the functioning code and make sure that all those are also specified in the linker options of the code giving you the errors. Like Richard mentioned, this looks like you're missing .libs.
General Programming
»
Uncategorised Quick Answers
»
General
VS2005
C++/CLI
Visual-Studio
JNI
DLL
how to convert nist source code to visual studio 2005?
by
saideh86
Question
12 Jul 2011
license:
CPOL
Hi every one.I have read a document from nist website (http://csrc.nist.gov/groups/ST/toolkit/rng/documentation_software.html) in this document said that" With minor modifications, source code may be ported to different platforms. The NIST source code was ported to a Windows XP system running...
General Programming
»
Uncategorised Quick Answers
»
General
VS2005
C++/CLI
Visual-Studio
JNI
DLL
Java JNI programs portability on another OS
by
Manfred R. Bihy
Answer
3 Feb 2011
license:
CPOL
JNI is javas native interface and was meant to integrate system specific processes with the java world. Since programs\libraries that are used on one OS can't be directly used on another OS, I would say that you would have to port the library/program from windows to whatever OS you're planning...
General Programming
»
Uncategorised Quick Answers
»
General
Java
JNI
Java JNI programs portability on another OS
by
Reza Oruji
Question
2 Feb 2011
license:
CPOL
Hi,I have written a Java program that uses jni in windows.Now I want to know, if this program is portable and if I can run it in another OS?
General Programming
»
Uncategorised Quick Answers
»
General
Java
JNI
Page 1 of 2
1
2
First
·
Prev
·
Next
·
Last
Advertise
|
Privacy
|
Mobile
Web03 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright ©
CodeProject
, 1999-2013
All Rights Reserved.
Terms of Use
Layout:
fixed
|
fluid