建立openoffice SDK c 開發環境

2021-04-17 12:55:45 字數 888 閱讀 9148

安裝open office

安裝open office sdk

3.在openoffice sdk的安裝目錄下()建立乙個名稱為inludecpp目錄 4.開啟命令列程式(cmd)進入 /windows/bin目錄,然後執行如下命令: cppumaker -bucr -o /includecpp /types.rdb 5 配置vc++.net: 5.1. tools ->options->projects->vc++ directories -> include files add /include directory and /includecpp 5.2. tools ->options->projects->vc++ directories -> library files add /windows/lib directory 5.3. tools ->options->projects->vc++ directories -> executable files add /program directory (location where you installed the version of the openoffice) 5.4 open the project settings 5.4.1 change configuration to all all configurations (the combobox in the left corner of the window) 5.4.2 add the additional libraries properties->linker->comandline in the additional options tab the library files isal.lib icppu.lib icppuhelper.lib isal.lib isalhelper.lib ireg.lib irmcxt.lib stlport_vc71.li  

建立主鍵 建立外來鍵 建立約束

建立主鍵 三種方法 建立學生表 第一種 create table student sno char 5 primary key,學號 可以直接指定主鍵 sname char 20 not null,姓名 s char 3 not null,性別 sage integer not null,年齡 sd...

Oracle建立儲存過程 建立函式 建立包

一 oracle建立儲存過程 1 基本語法 create orreplace procedureupdate emp sal name inout type,name inout type,is begin endupdate emp sal 2 寫乙個簡單的例子修改emp表的ename欄位 cre...

Oracle建立儲存過程 建立函式 建立包

一 oracle建立儲存過程 1 基本語法 create or replace procedure update emp sal name in out type,name in out type,is begin end update emp sal 2 寫乙個簡單的例子修改emp表的ename欄...