Sponsored Content
Full Discussion: For Pro*C
Top Forums Shell Programming and Scripting For Pro*C Post 302070071 by ranj@chn on Friday 31st of March 2006 05:54:21 AM
Old 03-31-2006
should use demo_proc.mk

THe basic way to create proC exe is
1) proc iname=test.pc
This is the precompiling stage. This creates a file called test.c.
2) cc -c test.c -I . -I$ORACLE_HOME/precomp/public
Now you use the C compiler to create an object file. You must specify the location of the include files
3) cc -o test test.o -L $ORACLE_HOME/lib -l clntsh
This creates the excutable. You link the Oracle specified shared library through this command to your executable.

This is a clumsy way of doing things. YOu could create a makefile or use Oracle supplied demo_proc.mk($ORACLE_HOME/precomp/demo/proc) to compile. ALso check the manual of cc and if you have access to metalink.oracle.com, you can find very useful tips to compile your proc code.
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

domain logon problem - FreeBSD PDC w/ win2k pro and winxp pro

this is the seventh problem i'm having with samba. for some reason, i cannot logon to the domain. i've created user accounts... and i was able to establish a connection between the samba server (my PDC) and my workstations by logging in as "root." however now when i try to logon it gives... (5 Replies)
Discussion started by: xyyz
5 Replies

2. Programming

books for pro c,c++

Hi i have to work with pro c,c++ , can any body help me or that which are the best books for that,and some web address where i can get suitable information, :( (4 Replies)
Discussion started by: kapilnagda
4 Replies

3. Programming

Regarding pro*c

Hi i would like learn pro*c,i need suggestion for which book is so worthful for beginners..my idea about pro*c is,using pro*c we can connect our C/C++ source with Oracle...is that correct or enything else.... Thanks in advace Sarwan (1 Reply)
Discussion started by: sarwan
1 Replies

4. Programming

I need a pro*c complier..

hi all, i need a pro*c compiler ...it's a freeware or castable one...if it is freeware ,then where will we get.... thanks in advance sarwan (4 Replies)
Discussion started by: sarwan
4 Replies

5. UNIX for Advanced & Expert Users

Pro*c

Hi All, Here is my requirement.. " previously I have one catalogue. Recently they released one new catalogue.No w I have to write a PRO*C scripts for the following Requirement.... The script was run to remove supplier cost price changes where the new cost equalled the old cost,and this... (0 Replies)
Discussion started by: user71408
0 Replies

6. UNIX for Dummies Questions & Answers

pro*c coding

Hi All, I am new to pro*C. I have a select statement as select a.ename,a.sal,a.empno from emp where &n=(select count(distinct(b.sal)) from emp b where a.sal<=b.sal for this query I have to write a pro*C program. So can you please send me the complete code. Then I will foloow the same... (1 Reply)
Discussion started by: user71408
1 Replies

7. Solaris

Makefile for PRO*C

Hi, is there anyone have any good website for creating a makefile for a PRO*C program? I have a Makefile, but don't understand what is written inside... so need to study it... pls help... (2 Replies)
Discussion started by: lsy
2 Replies

8. Programming

Pro*C in my local PC.

Hi All, I want to write Pro*C code and compile in my local PC. I am sure my Turbo C compiler does not do that. Please help me to know: ->What all the items I need to install? ->Is there any compiler/editor where I can write Pro*C code which converts the embedded SQL to C Struct and then... (3 Replies)
Discussion started by: Ajay_84
3 Replies
x52output(1)						      General Commands Manual						      x52output(1)

NAME
x52output - command line frontend for the x52pro library SYNOPSIS
x52output text 0 'First Line' x52output text 1 'Second Line' x52output text 2 'Third Line' x52output bri 0 40 x52output bri 1 50 x52output led 1 1 # not available for old X52 x52output time 1 12 20 x52output date 7 10 17 x52output second 30 # YOKE only x52output offset 0 1 0 90 # set 90 minutes offset on time display 2 DESCRIPTION
x52output is a command line frontend for the x52pro MFD library. It is intended for debugging and/or scripting purposes. The x52pro MFD library provides access to the display/LEDS of following SAITEK pro flight devices o X52 Pro Flight Control System o X52 Flight Control System o X52 Pro Flight Yoke. x52output has following sub-commands: text line text Outputs a single line of text to one of the three lines on the x52/x52pro MFD. line is a number from 0 to 2, text is an alphanumeric text of length 16. Some graphical characters are also supported but no work has currently been spent on charset compatibility. bri mfd brightness Sets the brightness of either the button LEDs (x52pro only) or the MFD. mfd=0 selects the buttons and mfd=1 selects the MFD. brightness is a decimal value in the range from 0 to 127. led led-idx color Sets the led color of one of the x52pro buttons. led-idx is a value from 1 to 19. The meaning of the led-idx values are specified in the next paragraph. time h24 hour minute Sets the time shown on the MFD. h24=0 displays the time in AM/PM notation, h24=1 displays the time in 24 Hour notation. hour is a value from 0 to 24 while minute is a value from 0 to 60. date year month mday Sets the date shown on the MFD. year, month, and mday are just values from 0 to 99. Using this order will show as YY-MM-DD on the MFD but it is possible to use the three values in any order preferred. second second Sets the second value shown on the Pro Flight Yoke MFD. Can be a value from 0 to 59. offset offset Sets the time offset of the secondary and tertiary time display of the x52/x52pro MFD. idx=0 selects the secondary display while idx=1 selects the tertiary display. neg=0 sets a positive offset, neg=1 sets a negative offset. offset is in minutes from 0 to 1023. led-idx for the led sub-command can be one of the following values: 1 LED(s) of Fire Button 2 Red LED of A Button 3 Green LED of A Button 4 Red LED of B Button 5 Green LED of B Button 6 Red LED of D Button 7 Green LED of D Button 8 Red LED of E Button 9 Green LED of E Button 10 Red LED of T1 Switch 11 Green LED of T1 Switch 12 Red LED of T2 Switch 13 Green LED of T2 Switch 14 Red LED of T3 Switch 15 Green LED of T3 Switch 16 Red LED of Coolie Hat 17 Green LED of Coolie Hat 18 Red LED of i Button 19 Green LED of i Button x52output needs write access to the raw x52 USB device. This package is supplied with udev rules for providing write access on the SAITEK MFD joysticks to the plugdev group members. If x52output fails, permission problems can be checked by means of running it with sudo. EXIT STATUS
If the joystick/yoke is not found x52output will return a status code of 1. In every other situation it will return a status code of 0. This includes malformed command lines. BUGS
x52output can currently control only a single SAITEK mfd device. If there are more than one devices attached to the system, the first will always be used. AUTHOR
Written by Eduard Hasenleithner <eduard@hasenleithner.at> x52output(1)
All times are GMT -4. The time now is 02:36 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy