Kaydet (Commit) d7a296cd authored tarafından Juergen Schmidt's avatar Juergen Schmidt

#i106664# minor changes for building the sample

üst 40487924
...@@ -104,6 +104,7 @@ $(SHAREDLIB_OUT)/$(SHAREDLIB_PRE)%.$(SHAREDLIB_EXT) : $(SLOFILES) $(OUT_COMP_GEN ...@@ -104,6 +104,7 @@ $(SHAREDLIB_OUT)/$(SHAREDLIB_PRE)%.$(SHAREDLIB_EXT) : $(SLOFILES) $(OUT_COMP_GEN
/DEF:so_activex.def /IMPLIB:$(OUT_LIB)/iso_activex.lib $(SLOFILES) \ /DEF:so_activex.def /IMPLIB:$(OUT_LIB)/iso_activex.lib $(SLOFILES) \
msvcrt.lib kernel32.lib user32.lib uuid.lib advapi32.lib ole32.lib oleaut32.lib gdi32.lib \ msvcrt.lib kernel32.lib user32.lib uuid.lib advapi32.lib ole32.lib oleaut32.lib gdi32.lib \
urlmon.lib Shlwapi.lib oldnames.lib $(CL_NEW_LIB) $(OUT_COMP_GEN)/so_activex.res urlmon.lib Shlwapi.lib oldnames.lib $(CL_NEW_LIB) $(OUT_COMP_GEN)/so_activex.res
$(LINK_MANIFEST)
ifeq "$(OS)" "WIN" ifeq "$(OS)" "WIN"
OleActvieXComponentExample : $(COMPONENT_IMPL) OleActvieXComponentExample : $(COMPONENT_IMPL)
......
...@@ -11,9 +11,9 @@ First you should edit the example.html file!!! ...@@ -11,9 +11,9 @@ First you should edit the example.html file!!!
<!-- Please edit CODEBASE parameter --> <!-- Please edit CODEBASE parameter -->
<!-- In case ActiveX control is already registered the parameter can be removed --> <!-- In case ActiveX control is already registered the parameter can be removed -->
<OBJECT CLASSID="clsid:67F2A879-82D5-4A6D-8CC5-FFB3C114B69D" width="500" height="500" <OBJECT CLASSID="clsid:67F2A879-82D5-4A6D-8CC5-FFB3C114B69D" width="500" height="500"
CODEBASE="..\..\..\WINexample.out\bin\so_activex.dll"> CODEBASE="<path_to_the_sdk_sample_output_dir>\bin\so_activex.dll">
<!-- Full URL to a document <!-- Full URL to a document
<PARAM NAME="src" VALUE="file:///d:/example.sxw"> <PARAM NAME="src" VALUE="file:///d:/tmp/test.odt">
--> -->
<!-- Just view the document, do not edit <!-- Just view the document, do not edit
<PARAM NAME="readonly" VALUE="true"> <PARAM NAME="readonly" VALUE="true">
......
; iervp.def : Declares the module parameters.
LIBRARY "so_activex.dll"
EXPORTS EXPORTS
DllCanUnloadNow @1 PRIVATE DllCanUnloadNow PRIVATE
DllGetClassObject @2 PRIVATE DllGetClassObject PRIVATE
DllRegisterServer @3 PRIVATE DllRegisterServer PRIVATE
DllUnregisterServer @4 PRIVATE DllUnregisterServer PRIVATE
...@@ -11,7 +11,7 @@ TARGET=odk ...@@ -11,7 +11,7 @@ TARGET=odk
ZIP1TARGET=odkexamples ZIP1TARGET=odkexamples
ZIP1FLAGS=-u -r ZIP1FLAGS=-u -r
ZIP1DIR=$(PRJ) ZIP1DIR=$(PRJ)
ZIP1LIST=examples -x "*.svn*" -x "*CVS*" -x "*makefile.mk" -x "*Inspector*" -x "*Container1*" -x "*Storage*" -x "*register_component*" -x "*examples.html" -x "*ConverterServlet*" -x "*NotesAccess*" ZIP1LIST=examples -x "*.svn*" -x "*CVS*" -x "*makefile.mk" -x "*Inspector*" -x "*Container1*" -x "*Storage*" -x "*register_component*" -x "*examples.html" -x "*ConverterServlet*" -x "*NotesAccess*" -x "*delphi"
.ENDIF .ENDIF
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment